Esx Settings Clusters Vms LifecycleHooks ListResult

Esx Settings Clusters Vms LifecycleHooks ListResult
Esx Settings Clusters Vms LifecycleHooks ListResult

The Esx Settings Clusters Vms LifecycleHooks ListResult schema contains properties that describe all activated hooks that the system is waiting to be processed by a given solution.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "hooks": [
        {
            "vm": "string",
            "lifecycle_state": "string",
            "configuration": {
                "timeout": 0
            },
            "hook_activated": "string"
        }
    ]
}
hooks
Required

Activated Hooks that the system is waiting for solutions to process.

This property was added in vSphere API 9.0.0.0.